Scheduler for WinForms
Sort(Comparison<Appointment>) メソッド

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > AppointmentList クラス > Sort メソッド : Sort(Comparison<Appointment>) メソッド
The System.Comparison`1 to use when comparing elements.
Sorts the elements in the entire AppointmentList using the specified System.Comparison.
シンタックス
'宣言
 
Public Overloads Sub Sort( _
   ByVal comparison As System.Comparison(Of Appointment) _
) 
public void Sort( 
   System.Comparison<Appointment> comparison
)

パラメータ

comparison
The System.Comparison`1 to use when comparing elements.
参照

AppointmentList クラス
AppointmentList メンバ
オーバーロード一覧